home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 722
- Top = 99
- HelpContext = 100
- BorderStyle = bsDialog
- ClientHeight = 253
- ClientWidth = 333
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 6
- Top = 8
- Width = 321
- Height = 185
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 40
- Top = 16
- Width = 40
- Height = 40
- AutoSize = True
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 96
- Top = 16
- Width = 37
- Height = 13
- Caption = 'Product'
- IsControl = True
- end
- object Version: TLabel
- Left = 96
- Top = 40
- Width = 35
- Height = 13
- Caption = 'Version'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 40
- Top = 64
- Width = 44
- Height = 13
- Caption = 'Copyright'
- Layout = tlBottom
- IsControl = True
- end
- object Registered: TLabel
- Left = 40
- Top = 136
- Width = 51
- Height = 13
- Caption = 'Registered'
- Layout = tlBottom
- end
- object UserNameLabel: TLabel
- Left = 40
- Top = 152
- Width = 28
- Height = 13
- Caption = 'Name'
- Layout = tlBottom
- end
- object Label: TLabel
- Left = 40
- Top = 80
- Width = 273
- Height = 49
- AutoSize = False
- Caption = 'Label'
- Layout = tlCenter
- end
- object ElbyImage: TImage
- Left = 232
- Top = 16
- Width = 70
- Height = 40
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- end
- object OKButton: TButton
- Left = 129
- Top = 212
- Width = 75
- Height = 25
- Cancel = True
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-